var github.com/google/go-cmp/cmp.identsRx

3 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L255: var identsRx = regexp.MustCompile(`^` + identRx + `(\.` + identRx + `)*$`)
		options.go#L284: 		if !identsRx.MatchString(name) {
		options.go#L287: 	} else if !identsRx.MatchString(name) {